CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - des cbc

搜索资源列表

  1. CipherAlgorithm

    0下载:
  2. 主要内容:DES加密算法,里面采用CBC和EBC两种加密结构,实行分组加密。-main elements : DES encryption algorithm, and they used EBC two CBC encryption, and carrying out the packet encryption.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:5147
    • 提供者:西们子
  1. Library_of_Cryptographic

    0下载:
  2. a C++ Class Library of Cryptographic Primitives This library includes: MD2, MD5, SHA-1, HAVAL, Tiger, RIPE-MD160, MD5-MAC, HMAC, XOR-MAC, DES, IDEA, WAKE, 3-WAY, TEA, SAFER, Blowfish, SHARK, GOST, CAST-128, Square,Diamond2, Sapphire, RC2, RC5,
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:388055
    • 提供者:刘永
  1. des3_ECBandCBC

    1下载:
  2. 这是一个DES加解密的C程序。其中实现了一重DES、三重DES、DES的两种工作模式:ECB和CBC。-This is a DES encryption and decryption of the C program. With an emphasis on the realization of DES, Triple DES, DES two operating modes : ECB and the CBC.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:34960
    • 提供者:宋亚平
  1. DESandCBC

    1下载:
  2. DES算法,包含有标准DES算法以及CBC,ECB模式,编译用VC++.-DES algorithm, includes standard DES algorithm and CBC, ECB mode, compile VC.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:63988
    • 提供者:谢志东
  1. 300_encrypt

    0下载:
  2. 加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an RSA key cryptest g - To encrypt and decrypt a string using RSA cryptest r - To calculate MD5, SHS, and RIPEMD-160 message digests:
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:389062
    • 提供者:Nikii
  1. DES_BMP

    0下载:
  2. 利用DES算法(包括ECB和CBC模式)加解密BMP图像-using DES algorithm (including the ECB and the CBC mode) encryption BMP images
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:301302
    • 提供者:pouch
  1. 3DES_Encryption

    0下载:
  2. 3DES算法是增强型的DES算法,使用128位密钥长度, CBC模式使用反馈机制的分组密码使用模式.-3DES algorithm is enhanced by DES algorithm, the use of 128-bit key length, CBC mode of use of a feedback mechanism password usage patterns.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:63105
    • 提供者:liudongxiao
  1. sdestt

    1下载:
  2. S-DES的编程实现 S-DES的加密使用8位明文和10位密钥做为输入,产生8位的密文做为输出。加解密使用相同的密钥。要求:采用CBC模式对文本加解密 1.对话界面:选择加密或解密,输入密钥,在目录中选择明文或密文文件(内容为二进制,.txt文件,),提示加密或解密完成 2.输出:产生密文文本或明文文本 3.提供:说明文档,源码,可执行程序,通过加密实验,给出运行结果. 4.提交分析雪崩效应文档:相同密钥下明文改变任一位时密文的位差异情况 相同明文下密钥改变任一位时密文的位差异情况-S-DES
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2281
    • 提供者:冯鋆
  1. Entrypt

    0下载:
  2. DES/DES3 with operators of CBC and OFB
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:7653
    • 提供者:xiaodingdang
  1. des_1

    1下载:
  2. 实现des加密的功能,包括有des的基本代码,以及ecb、cbc两种加密功能!没有界面~
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:17431
    • 提供者:李海峰
  1. des

    0下载:
  2. C# 加密和解密函数 (EBC CBC)-C# encryption and decryption functions (EBC CBC)
  3. 所属分类:.net

    • 发布日期:2017-12-05
    • 文件大小:1632
    • 提供者:272003447
  1. des

    1下载:
  2. DES/3DES 算法实现,支持ECB CBC OFB等模式-DES/3DES algorithm
  3. 所属分类:CA program

    • 发布日期:2017-04-07
    • 文件大小:8195
    • 提供者:哦大家
  1. des_cbc

    0下载:
  2. 此例子为我整合网络资源并且经过自己深度优化后的代码,为DES cbc加密解密,并且带pkcs7补位-This example is the integration of network resources and through my own depth optimized code for DES cbc encryption and decryption, and fill the seats with pkcs7
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:4104
    • 提供者:赵立明
  1. DES

    0下载:
  2. 加密使用64位明文和64位密钥做为输入(均为01字符串),产生64位的密文做为输出。加解密使用相同的密钥。采用CBC模式对文本加解密. 对话界面:选择加密或解密,输入密钥,在目录中选择明文或密文文件(内容为二进制,.txt文件,),提示加密或解密完成 输出:产生密文文本或明文文本-Encrypted using 64 bit plaintext and a 64 bit key as input (01 string), to generate 64 bit ciphertext as
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-13
    • 文件大小:2663034
    • 提供者:刘晓明
  1. des

    0下载:
  2. C#实现DES和3DES算法的CBC和ECB函数-C# DES and 3DES CBC algorithm and ECB function
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2159
    • 提供者:luo
  1. DES

    0下载:
  2. DES加密解密,使用CBC向量模式的DES加密解密程序-DES encryption and decryption, using the vector mode CBC DES encryption and decryption procedures
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-29
    • 文件大小:9417
    • 提供者:赵一
  1. descbc工程

    0下载:
  2. des算法cbc模式。比较详细简单。有注释。(CBC mode of Des algorithm. Detailed, simple and annotated.)
  3. 所属分类:加密解密

    • 发布日期:2017-12-31
    • 文件大小:5120
    • 提供者:车银儿
  1. AES

    0下载:
  2. 基于DES五种加密,电码本模式(Electronic Codebook Book (ECB));2.密码分组链接模式(Cipher Block Chaining (CBC));3.计算器模式(Counter (CTR));4.密码反馈模式(Cipher FeedBack (CFB));5.输出反馈模式(Output FeedBack (OFB))(Five kinds of encryption based on DES .Electronic Codebook Book(ECB).Cipher
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:8192
    • 提供者:第三方df
  1. CBC_DES

    0下载:
  2. 本程序采用CBC模式DES算法加密,运行CBCdes.exe后,显示提示信息: 加密文件输入1,解密文件输入2,退出输入3。(This program uses CBC mode DES algorithm to encrypt, running CBCdes.exe, display prompt information: Encrypt file input 1, decrypt file input 2, exit input 3.)
  3. 所属分类:加密解密

    • 发布日期:2018-04-30
    • 文件大小:40960
    • 提供者:纵横道
  1. DES_AES_For_ASP_VBScript

    0下载:
  2. asp版AES加密解密源代码,模式:ECB/CBC 默认:ECB 填充:PKCS5/NONE/ZERO 默认:PKCS5 编码:GK2312/UTF-8(Function: implementation of DES standard encryption algorithm with VBscr ipt)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:21504
    • 提供者:第期
« 1 2 34 5 »
搜珍网 www.dssz.com